HipAllResample

Undocumented in source.

Constructors

this
this(ubyte[] decodedData, int inputSampleRate, int outputSampleRate, int inputChannels, int outputChannels)
Undocumented in source.

Members

Functions

loadMoreSamples
void loadMoreSamples()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BYTES_PER_LOAD
enum BYTES_PER_LOAD;
Undocumented in source.

Variables

decodedData
float[] decodedData;
Undocumented in source.
resampledSamples
int resampledSamples;
Undocumented in source.

Inherited Members

From ResamplingContext

inputSampleRate
int inputSampleRate;
Undocumented in source.
outputSampleRate
int outputSampleRate;
Undocumented in source.
inputChannels
int inputChannels;
Undocumented in source.
outputChannels
int outputChannels;
Undocumented in source.
resamplerLeft
SpeexResampler resamplerLeft;
Undocumented in source.
resamplerRight
SpeexResampler resamplerRight;
Undocumented in source.
resamplerDataLeft
SpeexResampler.Data resamplerDataLeft;
Undocumented in source.
resamplerDataRight
SpeexResampler.Data resamplerDataRight;
Undocumented in source.
buffersIn
float[][2] buffersIn;
Undocumented in source.
buffersOut
float[][2] buffersOut;
Undocumented in source.
rateNum
uint rateNum;
Undocumented in source.
rateDem
uint rateDem;
Undocumented in source.
dataReady
float[][2] dataReady;
Undocumented in source.
scflags
SampleControlFlags scflags;
Undocumented in source.
loadMoreSamples
void loadMoreSamples()
Undocumented in source.
loadMore
bool loadMore()
Undocumented in source. Be warned that the author may not have intended to support it.
fillBuffer
bool fillBuffer(short[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
fillBuffer
bool fillBuffer(float[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta